net/http.http2MetaHeadersFrame.Fields (field)
9 uses
net/http (current package)
h2_bundle.go#L2842: Fields []hpack.HeaderField
h2_bundle.go#L2853: for _, hf := range mh.Fields {
h2_bundle.go#L2867: for i, hf := range mh.Fields {
h2_bundle.go#L2869: return mh.Fields[i:]
h2_bundle.go#L2878: for i, hf := range mh.Fields {
h2_bundle.go#L2880: return mh.Fields[:i]
h2_bundle.go#L2883: return mh.Fields
h2_bundle.go#L2973: mh.Fields = append(mh.Fields, hf)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |